home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tde210.zip / HELP.H < prev    next >
Text File  |  1992-11-13  |  3KB  |  57 lines

  1. /*
  2.  * New editor name:  TDE, the Thomson-Davis Editor.
  3.  * Author:           Frank Davis
  4.  * Date:             June 5, 1991
  5.  *
  6.  * This modification of Douglas Thomson's code is released into the
  7.  * public domain, Frank Davis.  You may distribute it freely.
  8.  *
  9.  * This info is displayed in the intro screen and the pop-up help screen
  10.  * when F1 is pressed.
  11.  */
  12.  
  13. char *credit_screen[] = {
  14. "┌────────────────────────────────────────────────────┐",
  15. "│                                                    │",
  16. "│            TDE, the Thomson-Davis Editor           │",
  17. "│                    Version 2.10                    │",
  18. "│                  November 13, 1992                 │",
  19. "│                                                    │",
  20. "│                                                    │",
  21. "│      This program is released into the public      │",
  22. "│   domain.  You may use and distribute it freely.   │",
  23. "│                                                    │",
  24. "└────────────────────────────────────────────────────┘",
  25. NULL
  26. };
  27.  
  28.  
  29. char *help_screen[] = {
  30. "───── Word Processing ───────┬ #-Shift   @-Alt   ^-Ctrl ┬──── File commands ────",
  31. "  @V  toggle word wrap       ├───── Block commands ─────┤@F1 dir list   @F2 attr",
  32. "^F6/^F7  left/right margin   │ @B  mark box block       │ F2 save    #F2 save as",
  33. "  ^F8  set paragraph margin  │ @L  mark line block      │ F3 quit     F4 file   ",
  34. "  ^B   WordStar format pargr │ @X  mark stream block    │#F4 edit F  @F4 next F ",
  35. "  @F7  format entire pargraph│ @U  unmark block         │#F12 define S&S        ",
  36. "  @F8  left justify line     │ @M  move    @C  copy     │ F12 Search And Seize  ",
  37. "  @F9  right justify line    │ @K  kopy    @G  group del├─────── Toggles ───────",
  38. " @F10  center justify line   │ @F  fill    @O  overlay  │ ^F1  tog cursor sync  ",
  39. "───── Window Commands ───────┤ @S  sort    @N  number   │ ^F2  eol/tab display  ",
  40. " F8 vertical     #F9 resize  │#@S  swap BOX w/cursor    │ ^F3  CRLF | LF at eol ",
  41. " F9 horizontal   ^F9 zoom    │ @<  up case  @>  lo case │ ^F4  tog trim trailing",
  42. "F10 next        #F10 previous│ @?  hi bit  #@?  e-mail  │ ^F5  IGNORE/MATCH case",
  43. "   ^F10  next hidden window  │#@<  rot13   #@>  fix uue │  @R  ruler   @I indent",
  44. "─────── Misc commands ───────┤ @T  trim trailing space  │  @Z  tog ^Z at eof    ",
  45. " @A  add L     ^2  Date stamp│ @P  print file/block     │ #@T  tog inflate tabs ",
  46. " @J  join L    ^]  paren bal │ @W  write block to file  │^tab  set ltabs/ptabs  ",
  47. " @=  dup L     @-  kill eol  │ @E  block expand tabs    │@tab  tog smart tabs   ",
  48. " @D  delete L     @1-@3  mark│#@C  block compress tabs  ├── Find/Replace/Diff ──",
  49. " ^_  split L    #@1-#@3  goto│#@I  block indent tabs    │ #F5/#F6  define find  ",
  50. "ESC  undo L      ^\\  redraw  ├───────── Macros ───────┬─┘ F5 repeat find forward",
  51. " ^U  undelete L  ^T  word del│  @F3  record on/off    │  F6 repeat find backward",
  52. " Enter  Emacs L              │  #F1  save    #F3 load │ #F7 define diff         ",
  53. "#Enter  next L       @Q  Quit│   ^P  pause            │  F7 repeat diff         ",
  54. "^Enter  beg next L   @H  Help│ ^ESC  clear macros     │ #F8 replace string      ",
  55. NULL
  56. };
  57.